home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / do1beta.zip / DBFEDIT.DO < prev    next >
Text File  |  1991-08-06  |  161b  |  8 lines

  1. /*
  2.     demo a full screen editor for a DBF file
  3. */
  4. do dbflib; % load the Dbffile::edit() method, among others
  5. db = new(Dbffile,"test");
  6. edit(db);
  7. close(db);
  8.